433f2a
@@ -21,7 +21,7 @@
public class OAuth2AccessToken implements Serializable {
 
 	private String value;
 	private Date expiration;
-	private String tokenType;
+	private String tokenType = BEARER_TYPE.toLowerCase();
 	private OAuth2RefreshToken refreshToken;
 	private Set<String> scope;
 
